MmRelationalIntegrityCheckData class

Constructors

MmRelationalIntegrityCheckData({String? parentName, String? childName, String? parentIdAttr, String? childIdAttr, List<MmOrphanedRecord> records = const []})
Returns a new MmRelationalIntegrityCheckData instance.

Properties

childIdAttr String?
the name of the attribute (column) containing the child id.
getter/setter pair
childName String?
the name of the child relation (table).
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
parentIdAttr String?
the name of the attribute (column) containing the parent id.
getter/setter pair
parentName String?
the name of the parent relation (table).
getter/setter pair
records List<MmOrphanedRecord>
the list of orphaned records found.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.
override

Static Methods

fromJson(dynamic value) MmRelationalIntegrityCheckData?
Returns a new MmRelationalIntegrityCheckData instance and imports its values from value if it's a Map, null otherwise.
listFromJson(dynamic json, {bool growable = false}) List<MmRelationalIntegrityCheckData>?
mapFromJson(dynamic json) Map<String, MmRelationalIntegrityCheckData>
mapListFromJson(dynamic json, {bool growable = false}) Map<String, List<MmRelationalIntegrityCheckData>>

Constants

requiredKeys → const Set<String>
The list of required keys that must be present in a JSON.