runtimeType property

  1. @override
SumRuntimeType get runtimeType
override

A representation of the runtime type of the object.

Implementation

@override
SumRuntimeType get runtimeType => SumRuntimeType([Left<a, b>, Right<a, b>]);