Input$GameContentInput constructor

Input$GameContentInput({
  1. required String title,
  2. required String description,
})

Implementation

factory Input$GameContentInput({
  required String title,
  required String description,
}) =>
    Input$GameContentInput._({
      r'title': title,
      r'description': description,
    });