toMap method

Map<String, dynamic> toMap()

Converts this rating images configuration to a map for platform channel communication

Implementation

Map<String, dynamic> toMap() {
  return {
    'assetPaths': toList(),
  };
}