toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() => {
      "recordVideoSecond": recordVideoSecond,
      "maxSelectNum": maxSelectNum,
      "type": type.str,
      "isCamera": isCamera
    };