registrationCount property

  1. @JsonKey(name: 'registrations')
  2. @IntConverter()
int registrationCount
inherited

The number of user registrations since the week began.

Implementation

@JsonKey(name: 'registrations')
@IntConverter()
int get registrationCount => throw _privateConstructorUsedError;