Interest class Null safety

Implemented types

Constructors

Interest([void updates(InterestBuilder)?])
factory

Properties

hashCode int
The hash code for this object.
read-onlyinherited
id String
read-only
name String
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
subInterestIds BuiltSet<String>
read-only

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