isDeprecated property
bool
get
isDeprecated
Whether the field is to be encoded with deprecated = true
encoding.
Implementation
bool get isDeprecated => descriptor.options.deprecated;
Whether the field is to be encoded with deprecated = true
encoding.
bool get isDeprecated => descriptor.options.deprecated;