EventImportSummary class

Inheritance

Constructors

EventImportSummary({required ImportStatus status, required String reference, required ImportAction importAction, List<ImportConflict>? conflicts, required Map<String, dynamic> responseSummary})
EventImportSummary.fromJson(Map<String, dynamic> jsonData)
factory

Properties

conflicts ↔ List<ImportConflict>?
getter/setter pairinherited
hashCode → int
The hash code for this object.
no setterinherited
importAction ↔ ImportAction
getter/setter pairinherited
reference ↔ String?
getter/setter pairinherited
responseSummary ↔ Map<String, dynamic>
getter/setter pairinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
status ↔ ImportStatus
getter/setter pairinherited

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