Skip to main content

Venue.fromJson constructor

Venue.fromJson(

  1. [[Map[<[String], dynamic>]] json]

)

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) 
  1. talawa
  2. event_venue
  3. Venue
  4. Venue.fromJson factory constructor
Venue class