toOrderTypeEnum method

OrderType toOrderTypeEnum()

Implementation

OrderType toOrderTypeEnum() =>
    OrderType.values.firstWhere((s) => describeEnum(s) == this);