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