runtimeType property
A representation of the runtime type of the object.
Implementation
@override
SumRuntimeType get runtimeType => SumRuntimeType([Left<a, b>, Right<a, b>]);
A representation of the runtime type of the object.
@override
SumRuntimeType get runtimeType => SumRuntimeType([Left<a, b>, Right<a, b>]);