create method
Factory that creates a new instance of the concrete subtype Q.
Implementation
@override
@protected
SolidAngle create(double value, SolidAngleUnit unit) => SolidAngle(value, unit);
Factory that creates a new instance of the concrete subtype Q.
@override
@protected
SolidAngle create(double value, SolidAngleUnit unit) => SolidAngle(value, unit);