GoogleAppsCardV1MaterialIcon.fromJson constructor

GoogleAppsCardV1MaterialIcon.fromJson(
  1. Map json_
)

Implementation

GoogleAppsCardV1MaterialIcon.fromJson(core.Map json_)
    : this(
        fill: json_['fill'] as core.bool?,
        grade: json_['grade'] as core.int?,
        name: json_['name'] as core.String?,
        weight: json_['weight'] as core.int?,
      );