Post constructor

Post({
  1. String? subtype,
})

Implementation

Post({
  this.subtype,
});