Venue.fromJson constructor
Venue.fromJson(
)
Creates a Venue
instance from a JSON object.
The json
parameter is a map containing the venue data.
Returns an instance of Venue
.
Implementation
factory Venue.fromJson(Map<String, dynamic> json)
- talawa
- event_venue
- Venue
- Venue.fromJson factory constructor