KeySchemaElement constructor
KeySchemaElement({
- required String attributeName,
- required ScalarAttributeType attributeType,
Implementation
KeySchemaElement({
required this.attributeName,
required this.attributeType,
});