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