Skip to main content

Venue class

The Venue class represents a venue for events.

Constructors

[Venue][] : Constructs a Venue instance.

[Venue.fromJson][([[Map[<[String], dynamic>]] json])] : Creates a Venue instance from a JSON object. ::: factory :::

Properties

[capacity] [→ int?] : The maximum number of people the venue can accommodate. ::: features final :::

[description] [→ String?] : Provides additional details about the venue. ::: features final :::

[hashCode] [→ int] : The hash code for this object. ::: features no setterinherited :::

[id] [→ String?] : The unique identifier of the venue. ::: features final :::

[imageUrl] [→ String?] : The URL of the venue's image. ::: features final :::

[name] [→ String?] : The name of the venue. ::: features final :::

[organizationId] [→ String?] : The identifier of the organization to which the venue belongs. ::: features final :::

[runtimeType] [→ Type] : A representation of the runtime type of the object. ::: features no setterinherited :::

Methods

[noSuchMethod][([[Invocation] invocation]) → dynamic ] : Invoked when a nonexistent method or property is accessed. ::: features inherited :::

[toString][ [→ String] ] : A string representation of this object. ::: features inherited :::

Operators

[operator ==][([[Object] other]) [→ bool] ] : The equality operator. ::: features inherited :::

  1. talawa
  2. event_venue
  3. Venue class
event_venue library