loginCount property

  1. @JsonKey(name: 'logins')
  2. @IntConverter()
int loginCount
inherited

The number of user logins since the week began.

Implementation

@JsonKey(name: 'logins')
@IntConverter()
int get loginCount => throw _privateConstructorUsedError;