toJson method

Map<String, dynamic> toJson()

Converts this Drive instance to JSON data.

Implementation

Map<String, dynamic> toJson() => _$DriveToJson(this);