protoConfigStatic static method

ProtoMessageConfig protoConfigStatic()

Implementation

static ProtoMessageConfig protoConfigStatic() {
  return ProtoMessageConfig(
    syntax: ProtoSyntax.v3,
    options: const [],
    fields: [
      ProtoFieldConfig.message(1, options: const []),
      ProtoFieldConfig.message(2, options: const []),
      ProtoFieldConfig.message(3, options: const []),
      ProtoFieldConfig.message(4, options: const []),
      ProtoFieldConfig.message(5, options: const []),
      ProtoFieldConfig.message(6, options: const []),
      ProtoFieldConfig.message(7, options: const []),
      ProtoFieldConfig.message(8, options: const []),
      ProtoFieldConfig.message(9, options: const []),
      ProtoFieldConfig.message(10, options: const []),
      ProtoFieldConfig.message(11, options: const []),
      ProtoFieldConfig.message(12, options: const []),
    ],
  );
}