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