deleted property

  1. @JsonKey(name: 'deleted', defaultValue: false)
bool deleted
final

Whether or not this application is currently deleted.

Implementation

@JsonKey(name: 'deleted', defaultValue: false)
final bool deleted;