ListField enum

Inheritance
Implemented types

Constructors

ListField(String value)
const

Values

createdAt → const ListField

created_at

const ListField('created_at')
followerCount → const ListField

follower_count

const ListField('follower_count')
memberCount → const ListField

member_count

const ListField('member_count')
private → const ListField

private

const ListField('private')
description → const ListField

description

const ListField('description')
ownerId → const ListField

owner_id

const ListField('owner_id')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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) ListField

Constants

values → const List<ListField>
A constant List of the values in this enum, in order of their declaration.