leancode_contracts 0.5.0+1
leancode_contracts: ^0.5.0+1 copied to clipboard
Dart contracts runtime for a CQRS API.
leancode_contracts #
Runtime dependencies needed by package:leancode_contracts_generator
.
Installation #
dart pub add leancode_contracts
Types #
The following types are provided by package:leancode_contracts
:
TimeOnly
- describes a time of day with microsecond precisionDateOnly
- describes a particular dayDateTimeOffset
- aDateTime
with a fixed offsetBinary
- binary data stored as a base64 encoded string
Refer to the API documentation for more info.