isDefault property

  1. @JsonKey(name: 'isDefault', defaultValue: false)
bool get isDefault
inherited

If the status is the default status

Implementation

@JsonKey(name: 'isDefault', defaultValue: false)
bool get isDefault => throw _privateConstructorUsedError;