TableResponse class

================================================================== Response

Annotations
  • @JsonSerializable()

Constructors

TableResponse({required String tableSlug, required String tableName, required TableType tableType, required List<FieldObject> fields, required TablePermission readPermission, num? readMinStatus, num? readMaxStatus, required TablePermission writePermission, num? writeMinStatus, num? writeMaxStatus, String? comment, required String createdAt, String? updatedAt, String? deletedAt})
const
TableResponse.fromJson(Map<String, dynamic> json)
factory

Properties

comment String?
finalinherited
createdAt String
finalinherited
deletedAt String?
finalinherited
fields List<FieldObject>
finalinherited
hashCode int
The hash code for this object.
no setterinherited
readMaxStatus num?
finalinherited
readMinStatus num?
finalinherited
readPermission TablePermission
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tableName String
finalinherited
tableSlug String
finalinherited
tableType TableType
finalinherited
updatedAt String?
finalinherited
writeMaxStatus num?
finalinherited
writeMinStatus num?
finalinherited
writePermission TablePermission
finalinherited

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