SpaceField enum
- Inheritance
- Implemented types
- Available extensions
Values
- id → const SpaceField
-
idconst SpaceField('id') - title → const SpaceField
-
titleconst SpaceField('title') - state → const SpaceField
-
stateconst SpaceField('state') - creatorId → const SpaceField
-
creator_idconst SpaceField('creator_id') - lang → const SpaceField
-
langconst SpaceField('lang') - hostIds → const SpaceField
-
host_idsconst SpaceField('host_ids') - topicIds → const SpaceField
-
topic_idsconst SpaceField('topic_ids') - speakerIds → const SpaceField
-
speaker_idsconst SpaceField('speaker_ids') - invitedUserIds → const SpaceField
-
invited_user_idsconst SpaceField('invited_user_ids') - subscriberCount → const SpaceField
-
subscriber_countconst SpaceField('subscriber_count') - participantCount → const SpaceField
-
participant_countconst SpaceField('participant_count') - ticketed → const SpaceField
-
is_ticketedconst SpaceField('is_ticketed') - scheduledStart → const SpaceField
-
scheduled_startconst SpaceField('scheduled_start') - startedAt → const SpaceField
-
started_atconst SpaceField('started_at') - endedAt → const SpaceField
-
ended_atconst SpaceField('ended_at') - createdAt → const SpaceField
-
created_atconst SpaceField('created_at') - updatedAt → const SpaceField
-
updated_atconst SpaceField('updated_at')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
Returns the value.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
valueOf(
String value) → SpaceField
Constants
-
values
→ const List<
SpaceField> - A constant List of the values in this enum, in order of their declaration.