Input$GamePointInput constructor
Input$GamePointInput({
- required String name,
- required String code,
- required Input$PictureInput picture,
Implementation
factory Input$GamePointInput({
required String name,
required String code,
required Input$PictureInput picture,
}) =>
Input$GamePointInput._({
r'name': name,
r'code': code,
r'picture': picture,
});