V2LookupKeyResponse constructor

V2LookupKeyResponse({
  1. String? name,
  2. String? parent,
})

Implementation

V2LookupKeyResponse({
  this.name,
  this.parent,
});