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