Creates Map from Class Object
Map
Map<String, dynamic> toJson() => { 'prefix': prefix, 'items': items.map((e) => e.toJson()).toList(growable: false), };