AttributeReservedValue constructor
AttributeReservedValue({})
Implementation
AttributeReservedValue(
{required String id,
required String name,
required this.attribute,
required this.value,
required this.expiryDate,
String? created,
required bool dirty})
: super(id: id, name: name, dirty: dirty, created: created);