isDeleted property

  1. @JsonKey(name: 'isDeleted')
bool? isDeleted
getter/setter pair

Implementation

@JsonKey(name:'isDeleted')
bool? isDeleted;