id property

  1. @JsonKey(name: 'id')
String id
final

The id of the user

Implementation

@JsonKey(name: 'id')

/// The id of the user
final String id;