CommentsInfo constructor

CommentsInfo(
  1. {required String? comment,
  2. required String associatedId,
  3. required int matchNumber,
  4. required int teamNumber}
)

Implementation

CommentsInfo(
    {required this.comment,
    required this.associatedId,
    required this.matchNumber,
    required this.teamNumber});