AggregateRoot class

Constructors

AggregateRoot({bool customFactory = false, bool customRepository = false, bool customInMemoryRepository = false, bool customApi = false, bool customApplicationService = false, bool customListState = false, bool customSingleState = false, AggregateRootJsonConverter? jsonConverter = null})
const

Properties

customApi bool
final
customApplicationService bool
final
customFactory bool
final
customInMemoryRepository bool
final
customListState bool
final
customRepository bool
final
customSingleState bool
final
hashCode int
The hash code for this object.
no setterinherited
jsonConverter AggregateRootJsonConverter?
final
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
toString() String
A string representation of this object.
inherited

Operators

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