CustomDimension.fromJson constructor
CustomDimension.fromJson(
- Map json_
Implementation
CustomDimension.fromJson(core.Map json_)
: this(
index: json_['index'] as core.int?,
value: json_['value'] as core.String?,
);