toMap method

Map toMap()

Implementation

Map<dynamic, dynamic> toMap() => <dynamic, dynamic>{
      'id': id,
      'currentIndex': currentIndex,
      'newIndex': newIndex,
      'shuffleOrder': shuffleOrder,
    };