TableRelationshipResponse class

Annotations
  • @JsonSerializable(includeIfNull: false)

Constructors

TableRelationshipResponse({List<Field>? summaryFields, String? parentTableId, Field? foreignKeyField, int? id, String? childTableId, bool? isCrossApp, List<Field>? lookupFields})
TableRelationshipResponse.fromJson(Map<String, dynamic> json)
factory

Properties

childTableId String?
final
foreignKeyField Field?
final
hashCode int
The hash code for this object.
no setterinherited
id int?
final
isCrossApp bool?
final
lookupFields List<Field>?
final
parentTableId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
summaryFields List<Field>?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited