id property

  1. @JsonKey(name: '_id', required: true)
String get id
inherited

The id of the user

Implementation

@JsonKey(name: '_id', required: true)
String get id => throw _privateConstructorUsedError;