V2LookupKeyResponse.fromJson constructor

V2LookupKeyResponse.fromJson(
  1. Map json_
)

Implementation

V2LookupKeyResponse.fromJson(core.Map json_)
  : this(
      name: json_['name'] as core.String?,
      parent: json_['parent'] as core.String?,
    );