toMap method

  1. @override
Map<String, dynamic> toMap()
override

Implementation

@override
Map<String, dynamic> toMap() => {
      'ios.minimum_aspect_ratio': this.minimumAspectRatio,
      'ios.rect_x': this.rectX,
      'ios.rect_y': this.rectY,
      'ios.rect_width': this.rectWidth,
      'ios.rect_height': this.rectHeight,
      'ios.show_activity_sheet_on_done': this.showActivitySheetOnDone,
      'ios.show_cancel_confirmation_dialog':
          this.showCancelConfirmationDialog,
      'ios.rotate_clockwise_button_hidden': this.rotateClockwiseButtonHidden,
      'ios.hides_navigation_bar': this.hidesNavigationBar,
      'ios.rotate_button_hidden': this.rotateButtonsHidden,
      'ios.reset_button_hidden': this.resetButtonHidden,
      'ios.aspect_ratio_picker_button_hidden':
          this.aspectRatioPickerButtonHidden,
      'ios.reset_aspect_ratio_enabled': this.resetAspectRatioEnabled,
      'ios.aspect_ratio_lock_dimension_swap_enabled':
          this.aspectRatioLockDimensionSwapEnabled,
      'ios.aspect_ratio_lock_enabled': this.aspectRatioLockEnabled,
      'ios.title': this.title,
      'ios.done_button_title': this.doneButtonTitle,
      'ios.cancel_button_title': this.cancelButtonTitle,
    };