toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return <String, dynamic>{
    "isTouchWidget": isTouchWidget,
    "rotateViewAuto": rotateViewAuto,
    "lockLand": lockLand,
    "autoFullWithSize": autoFullWithSize,
    "showFullAnimation": showFullAnimation,
    "needLockFull": needLockFull,
    "cacheWithPlay": cacheWithPlay,
    "videoTitle": videoTitle,
    "needOrientationUtils": needOrientationUtils
  };
}