DiffPatchFormat constructor
DiffPatchFormat(
- String value
Validates and creates a DiffPatchFormat value.
Implementation
factory DiffPatchFormat(String value) {
return DiffPatchFormat._(value);
}
Validates and creates a DiffPatchFormat value.
factory DiffPatchFormat(String value) {
return DiffPatchFormat._(value);
}