You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -328,7 +328,7 @@ class ClaimSector extends $pb.ProtobufEnum {
|
||||
/// Enum representing different statuses of a claim.
|
||||
/// Includes a "category" for each status which is used to determine the color of the status in the UI.
|
||||
/// For example : CLAIM_STATUS_START_NEW is in the "START" category and the status is "NEW".
|
||||
/// A status should be "CLAIM_STATUS_<category>_<status>" with category and status being alphanumeric.
|
||||
/// A status should be "CLAIM_STATUS_\<category\>_\<status\>" with category and status being alphanumeric.
|
||||
class ClaimStatus extends $pb.ProtobufEnum {
|
||||
static const ClaimStatus CLAIM_STATUS_UNKNOWN = ClaimStatus._(0, _omitEnumNames ? '' : 'CLAIM_STATUS_UNKNOWN');
|
||||
static const ClaimStatus CLAIM_STATUS_START_NEW = ClaimStatus._(100, _omitEnumNames ? '' : 'CLAIM_STATUS_START_NEW');
|
||||
|
||||
Reference in New Issue
Block a user