UnreservedTemplateValue constructor

UnreservedTemplateValue({
  1. TLVModel? globallyUniqueIdentifier,
  2. List<TLVModel>? contextSpecificData,
})

Implementation

UnreservedTemplateValue({
  this.globallyUniqueIdentifier,
  this.contextSpecificData,
});