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