HttpPatchModel constructor

HttpPatchModel(
  1. Model parent,
  2. String? id
)

Implementation

HttpPatchModel(super.parent, super.id);