LocalizedTypeBuilder<T> class
Null safety
- Implemented types
-
- Builder<
LocalizedType< T> , LocalizedTypeBuilder<T> >
- Builder<
Constructors
Properties
- defaultLocale ↔ String?
-
read / write
- defaultValue ↔ T?
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
localizedVersions
↔ MapBuilder<
String, T> -
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
build(
) → LocalizedType< T> -
Builds.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
replace(
LocalizedType< T> other) → void -
Replaces the value in the builder with a new one.
override
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
void updates(LocalizedTypeBuilder< T> )?) → void -
Applies updates.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited