createEmptyInstance method
Creates an empty instance of the same message type as this.
Implementation
ProtoMsg createEmptyInstance() => create();
Creates an empty instance of the same message type as this.
ProtoMsg createEmptyInstance() => create();