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