toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (index != null) 'index': index!,
      if (newIndex != null) 'newIndex': newIndex!,
      if (rule != null) 'rule': rule!,
      if (sheetId != null) 'sheetId': sheetId!,
    };