CreateApplicationResponse.fromBuffer constructor

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

Implementation

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