toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return GameDialogCheckboxValueMapper.ensureInitialized()
      .encodeMap<GameDialogCheckboxValue>(this as GameDialogCheckboxValue);
}