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