activeMonth property

  1. @JsonKey(readValue: _readActiveMonth, defaultValue: 0)
int activeMonth
final

Number of active users in the past month.

Implementation

@JsonKey(readValue: _readActiveMonth, defaultValue: 0)
final int activeMonth;