Interest class Null safety
- Implemented types
Constructors
- Interest([void updates(InterestBuilder)?])
-
factory
Properties
Methods
-
allParents(
) → BuiltSet< LocalizedType< Interest> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
parent(
) → LocalizedType< Interest> ? -
rebuild(
dynamic updates(InterestBuilder)) → Interest -
Rebuilds the instance.
inherited
-
subInterests(
) → BuiltSet< LocalizedType< Interest> > -
toBuilder(
) → InterestBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited