AttributeTypeAndValue constructor

AttributeTypeAndValue({
  1. ObjectId? objectId,
  2. String? type,
  3. String? value,
})

Implementation

AttributeTypeAndValue({this.objectId, this.type, this.value});