dynamo_json library

The annotation library for json_dynamo. This is meant to be used directly.

See: DynamoJson and DynamoIgnore

Classes

DynamoIgnore
Indicates a field should be omitted from access in the generated code. This tends to be most useful when using late fields which are set by calculations in the constructor, or backing fields for 'property' accessor use.
DynamoJson
Indicates the supporting methods (_$<ClassName>ToDynamoJson and _$<ClassName>FromDynamoJson) should be generated for a class. Importing dart:convert will be required if you have dynamic fields or if you use types not annotated with @DynamoJson().