withImage method

GameDialog withImage(
  1. String image
)

Implementation

GameDialog withImage(String image) => copyWith(image: image);