DriveFile.fromJson constructor

DriveFile.fromJson(
  1. String source
)

Implementation

factory DriveFile.fromJson(String source) =>
    DriveFile.fromMap(json.decode(source));