toJson method

Map<String, dynamic> toJson()
override

Implementation

Map<String, dynamic> toJson() => {
      'positionId': positionId,
      'uniqueKey': uniqueKey,
      'cache': cache,
      'height': height,
      'width': width,
      'interruptVideoPlay': interruptVideoPlay,
      'pauseIconPath': pauseIconPath,
      'pauseIconResource': pauseIconResource,
      'pauseIconSize': pauseIconSize,
      'drawFeedItemLayoutId': drawFeedItemLayoutId,
      'drawFeedPageLayoutId': drawFeedPageLayoutId,
      'gravity': gravity,
      'topMargin': topMargin,
      'bottomMargin': bottomMargin,
      'leftMargin': leftMargin,
      'rightMargin': rightMargin,
    };