RuleChainExportData class

Inheritance

Constructors

RuleChainExportData.fromJson(Map<String, dynamic> json)

Properties

attributes Map<String, List<AttributeExportData>>?
getter/setter pairinherited
entity RuleChain
getter/setter pairinherited
entityType EntityType
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
metaData RuleChainMetaData?
getter/setter pair
relations List<EntityRelation>?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

entityExportDataString([String? toStringBody]) String
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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