$Date.fromJson constructor
$Date.fromJson(
- Map json_
Implementation
$Date.fromJson(core.Map json_)
: this(
day: json_['day'] as core.int?,
month: json_['month'] as core.int?,
year: json_['year'] as core.int?,
);