AssociatedItemBean class

Details of an item associated with the changed record.

Constructors

AssociatedItemBean({String? id, String? name, String? parentId, String? parentName, String? typeName})
AssociatedItemBean.fromJson(Map<String, Object?> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the associated record.
final
name String?
The name of the associated record.
final
parentId String?
The ID of the associated parent record.
final
parentName String?
The name of the associated parent record.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeName String?
The type of the associated record.
final

Methods

copyWith({String? id, String? name, String? parentId, String? parentName, String? typeName}) AssociatedItemBean
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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