build method
override
Builds.
The implementation of this method will be generated for you by the built_value generator.
Implementation
@override
_$JsonPatchOperation build() {
final _$result = _$v ??
new _$JsonPatchOperation._(
op: op, path: path, value: value, from: from);
replace(_$result);
return _$result;
}