MmPatchPostRequest constructor

MmPatchPostRequest({
  1. bool? isPinned,
  2. String? message,
  3. List<String> fileIds = const [],
  4. bool? hasReactions,
  5. String? props,
})

Returns a new MmPatchPostRequest instance.

Implementation

MmPatchPostRequest({
  this.isPinned,
  this.message,
  this.fileIds = const [],
  this.hasReactions,
  this.props,
});