OrderCommentCreate constructor

OrderCommentCreate({
  1. required String comment,
})

Returns a new OrderCommentCreate instance.

Implementation

OrderCommentCreate({
  required this.comment,
});