MAINTENANCE constant

Alert_Cause const MAINTENANCE

Implementation

static const Alert_Cause MAINTENANCE = Alert_Cause._(
    9,
    const $core.bool.fromEnvironment('protobuf.omit_enum_names')
        ? ''
        : 'MAINTENANCE');