OrderModelCommentCreate constructor

OrderModelCommentCreate({
  1. required String comment,
})

Returns a new OrderModelCommentCreate instance.

Implementation

OrderModelCommentCreate({
  required this.comment,
});