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