AddressFormFieldInformation class

Localized description of an address form field.

Constructors

AddressFormFieldInformation(String language, AddressFormField type, {required String label, String? description, bool obligatory = false, Map<String, String>? availableValues})

Properties

availableValues Map<String, String>?
If the field can contain only a closed set of values, availableValuess is this set.
final
description String?
Human readable description for the field, usually a helper text below the field or a placeholder.
final
hashCode int
The hash code for this object.
no setterinherited
isList bool
Whether this field accept values only from the availableValues.
no setter
label String
Human readable label for the field.
final
language String
Language to which this field information is localized.
final
obligatory bool
Whether this field must not be left empty to produce a valid address.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type AddressFormField
Type of the field.
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