FieldResults class

Constructors

FieldResults({required String id, required List<FieldResultData> values, required FieldType type})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type FieldType
final
values List<FieldResultData>
final

Methods

asBool({String? id}) List<bool>
asBoolMap({String? id}) Map<String, bool>
asMultiselectList({String? id}) List<MultiselectOption>
asMultiselectSingle({String? id}) MultiselectOption?
asString({String? id, String delimiter = ", ", String fallback = ""}) String
asStringList({String? id, List<String> fallback = const []}) List<String>
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