ValidClassHolder class
A holder for valid classes that can be used in Firestorm.
Constructors
-
ValidClassHolder(Set<
ClassElement> fsValidClasses, Set<ClassElement> rdbValidClasses) - ValidClassHolder.empty()
Properties
-
fsValidClasses
→ Set<
ClassElement> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
rdbValidClasses
→ Set<
ClassElement> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getAllValidClasses(
) → Set< ClassElement> - Returns a list of all valid classes.
-
hasFSSupport(
ClassElement classElement) → bool - Checks if a class has Firestore support.
-
hasRDBSupport(
ClassElement classElement) → bool - Checks if a class has Realtime Database support.
-
join(
ValidClassHolder other) → dynamic - Joins another ValidClassHolder into this one.
-
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