CreateOrganizationResponse.fromBuffer constructor

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

Implementation

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