isSet property

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

Whether the unlock flag is set.

Implementation

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