DashboardProfiles.fromJson constructor

DashboardProfiles.fromJson(
  1. Map<String, dynamic> json
)

Implementation

DashboardProfiles.fromJson(Map<String, dynamic> json)
    : this.list = getList(json);