$TableInterface class sealed
- Implementers
- Annotations
-
- @BuiltValue(instantiable: false)
Properties
- archived → bool?
-
no setter
- columnsCount → int
-
no setter
- createdAt → String
-
no setter
- createdBy → String
-
no setter
- emoji → String?
-
no setter
- favorite → bool?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
no setter
- id → int
-
no setter
-
no setter
- lastEditAt → String
-
no setter
- lastEditBy → String
-
no setter
-
no setter
- ownerDisplayName → String?
-
no setter
- ownership → String
-
no setter
- rowsCount → int
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → String
-
no setter
-
views
→ BuiltList<
View> -
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
void updates($TableInterfaceBuilder)) → $TableInterface - Rebuilds the instance.
-
toBuilder(
) → $TableInterfaceBuilder - Converts the instance to a builder $TableInterfaceBuilder.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited