FieldResults class
Constructors
-
FieldResults({required String id, required List<
FieldResultData> values, required FieldType type}) -
const
Properties
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