BitsLeaderBoardProps constructor

const BitsLeaderBoardProps({
  1. int? count,
  2. String? period,
  3. String? startedAt,
  4. String? userId,
})

Implementation

const factory BitsLeaderBoardProps({
  int? count,
  String? period,
  String? startedAt,
  String? userId,
}) = _BitsLeaderBoardProps;