AwsDynamoDbTableAttributeDefinition constructor

AwsDynamoDbTableAttributeDefinition({
  1. String? attributeName,
  2. String? attributeType,
})

Implementation

AwsDynamoDbTableAttributeDefinition({
  this.attributeName,
  this.attributeType,
});