AttributeValue constructor

AttributeValue({
  1. Uint8List? b,
  2. List<Uint8List>? bs,
  3. String? n,
  4. List<String>? ns,
  5. String? s,
  6. List<String>? ss,
})

Implementation

AttributeValue({
  this.b,
  this.bs,
  this.n,
  this.ns,
  this.s,
  this.ss,
});