toJson method

Map<String, dynamic> toJson()

Implementation

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