toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (replies != null) 'replies': replies!,
      if (spreadsheetId != null) 'spreadsheetId': spreadsheetId!,
      if (updatedSpreadsheet != null)
        'updatedSpreadsheet': updatedSpreadsheet!,
    };