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