ActivateAuthorizationResponse.fromBuffer constructor

ActivateAuthorizationResponse.fromBuffer(
  1. List<int> data, [
  2. ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY
])

Implementation

factory ActivateAuthorizationResponse.fromBuffer($core.List<$core.int> data,
        [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) =>
    create()..mergeFromBuffer(data, registry);