AccountActivity.fromJson constructor

AccountActivity.fromJson(
  1. Map json_
)

Implementation

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