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