DriveItem.fromJson constructor

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

Creates a DriveItem instance from JSON data.

Implementation

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