userCount property

  1. @JsonKey.new(name: 'user_count')
int? get userCount
inherited

Implementation

@JsonKey(name: 'user_count')
int? get userCount => throw _privateConstructorUsedError;