Constructors
-
Index([void b(IndexBuilder)?])
-
Creates a new Index object using the builder pattern.
factory
-
Index.fromJson(Map<String, dynamic> json)
-
Creates a new object from the given
json
data.
factory
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
tables
→ BuiltList<Table>
-
no setterinherited
-
views
→ BuiltList<View>
-
no setterinherited
Static Properties
-
serializer
→ Serializer<Index>
-
Serializer for Index.
no setter