KeySchemaElement constructor

KeySchemaElement({
  1. required String attributeName,
  2. required ScalarAttributeType attributeType,
})

Implementation

KeySchemaElement({
  required this.attributeName,
  required this.attributeType,
});