userMustChangePassword property

  1. @JsonKey.new(name: 'UserMustChangePassword', includeIfNull: false)
bool? userMustChangePassword
final

Implementation

@JsonKey(name: 'UserMustChangePassword', includeIfNull: false)
final bool? userMustChangePassword;