create method
@nodoc
Implementation
@override
GameTransition? create(Ref ref) {
final argument = this.argument as ({String gameId, int index});
return replayTransitionAt(
ref,
gameId: argument.gameId,
index: argument.index,
);
}
@nodoc
@override
GameTransition? create(Ref ref) {
final argument = this.argument as ({String gameId, int index});
return replayTransitionAt(
ref,
gameId: argument.gameId,
index: argument.index,
);
}