menu
nabit_app
screens\events\add_event\models\artist_model.dart
artistsResponseToMap function
artistsResponseToMap
dark_mode
light_mode
artistsResponseToMap
function
String
artistsResponseToMap
(
ArtistsResponse
data
)
Implementation
String artistsResponseToMap(ArtistsResponse data) => json.encode(data.toMap());
nabit_app
artist_model
artistsResponseToMap function
artist_model library