toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (acl != null) 'acl': acl!,
      if (gid != null) 'gid': gid!,
      if (kmsKey != null) 'kmsKey': kmsKey!,
      if (mode != null) 'mode': mode!,
      if (storageClass != null) 'storageClass': storageClass!,
      if (symlink != null) 'symlink': symlink!,
      if (temporaryHold != null) 'temporaryHold': temporaryHold!,
      if (timeCreated != null) 'timeCreated': timeCreated!,
      if (uid != null) 'uid': uid!,
    };