OrderComment constructor
OrderComment({})
Returns a new OrderComment instance.
Implementation
OrderComment({
required this.yagoTeam,
required this.userName,
required this.date,
required this.comment,
});
Returns a new OrderComment instance.
OrderComment({
required this.yagoTeam,
required this.userName,
required this.date,
required this.comment,
});