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