runtimeType property
A representation of the runtime type of the object.
Implementation
@override
SumRuntimeType get runtimeType => SumRuntimeType([Just<t>, None<t>]);
A representation of the runtime type of the object.
@override
SumRuntimeType get runtimeType => SumRuntimeType([Just<t>, None<t>]);