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