Arguments constructor

Arguments({
  1. List? game,
  2. List? jvm,
})

Implementation

Arguments({this.game, this.jvm});