DiffPatchFormat constructor

DiffPatchFormat(
  1. String value
)

Validates and creates a DiffPatchFormat value.

Implementation

factory DiffPatchFormat(String value) {
  return DiffPatchFormat._(value);
}