Drive.fromJson constructor

Drive.fromJson(
  1. Map<String, dynamic> json
)

Creates a Drive instance from JSON data.

Implementation

factory Drive.fromJson(Map<String, dynamic> json) => _$DriveFromJson(json);