role property
- @JsonKey(name: 'role', toJson: userRoleV2NullableToJson, fromJson: userRoleV2NullableFromJson)
final
Implementation
@JsonKey(
name: 'role',
toJson: userRoleV2NullableToJson,
fromJson: userRoleV2NullableFromJson,
)
final enums.UserRoleV2? role;