DriveDataRef.fromJson constructor
      
      DriveDataRef.fromJson(
    
    
- Map json_
Implementation
DriveDataRef.fromJson(core.Map json_)
  : this(driveFileId: json_['driveFileId'] as core.String?);DriveDataRef.fromJson(core.Map json_)
  : this(driveFileId: json_['driveFileId'] as core.String?);