OrderModelCommentCreate constructor
OrderModelCommentCreate({
- required String comment,
Returns a new OrderModelCommentCreate instance.
Implementation
OrderModelCommentCreate({
required this.comment,
});