Cancelled constant

ResultType const Cancelled

Implementation

static const ResultType Cancelled = ResultType._(
    1,
    $core.bool.fromEnvironment('protobuf.omit_enum_names')
        ? ''
        : 'Cancelled');