FFAgent_FFAgentStatus$json top-level constant
Implementation
@$core.Deprecated('Use fFAgentDescriptor instead')
const FFAgent_FFAgentStatus$json = {
'1': 'FFAgentStatus',
'2': [
{'1': 'STATUS_UNDEFINED', '2': 0},
{'1': 'DRAFT', '2': 1},
{'1': 'LIVE', '2': 2},
],
};