Crop constructor

Crop(
  1. Model parent, {
  2. String? id,
})

Implementation

Crop(Model parent, {String? id}) : super(parent, id);