AccountActivity.fromJson constructor
AccountActivity.fromJson(
- Map json_
Implementation
AccountActivity.fromJson(core.Map json_)
: this(
activityLevel: json_['activityLevel'] as core.String?,
);