DriveFileList.fromJson constructor

DriveFileList.fromJson(
  1. String source
)

Implementation

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