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