Categories class
Categories table row container
- Inheritance
-
- Object
- GenericDocumentWrapper
- Categories
Constructors
- Categories.new(GenericDocument document)
Properties
- a ↔ A
-
Contains the A sub-document.
getter/setter pair
- a1 ↔ A1
-
Contains the A1 sub-document.
getter/setter pair
- a2 ↔ A2
-
Contains the A2 sub-document.
getter/setter pair
- b ↔ B
-
Contains the B sub-document.
getter/setter pair
- b1 ↔ B1?
-
Contains the B1 sub-document.
getter/setter pair
- be ↔ BE
-
Contains the BE sub-document.
getter/setter pair
- c ↔ C
-
Contains the C sub-document.
getter/setter pair
- c1 ↔ C1
-
Contains the C1 sub-document.
getter/setter pair
- c1e ↔ C1E
-
Contains the C1E sub-document.
getter/setter pair
- ce ↔ CE
-
Contains the CE sub-document.
getter/setter pair
- d ↔ D
-
Contains the D sub-document.
getter/setter pair
- d1 ↔ D1
-
Contains the D1 sub-document.
getter/setter pair
- d1e ↔ D1E
-
Contains the D1E sub-document.
getter/setter pair
- de ↔ DE
-
Contains the DE sub-document.
getter/setter pair
- document ↔ GenericDocument
-
getter/setter pairinherited
- documentType → DocumentType
-
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- l ↔ L
-
Contains the L sub-document.
getter/setter pair
- m ↔ M
-
Contains the M sub-document.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- t ↔ T
-
Contains the T sub-document.
getter/setter pair
Methods
-
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
Constants
- DOCUMENT_NORMALIZED_TYPE → const String
- Normalized document type name of this document wrapper.
- DOCUMENT_TYPE → const String
- Generic document type name of this document wrapper.