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