Verifications constructor
- dynamic objectType,
- dynamic mode,
- Verification? delivery,
- Verification? zip4
Implementation
Verifications(
objectType,
mode,
this.delivery,
this.zip4,
) : super(objectType, mode);
Verifications(
objectType,
mode,
this.delivery,
this.zip4,
) : super(objectType, mode);