DriveFileContent.fromJson constructor

DriveFileContent.fromJson(
  1. String source
)

Implementation

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