fail_existing property

  1. @JsonKey(toJson: _boolToInt, fromJson: _intToBool)
bool? get fail_existing
inherited

Implementation

@JsonKey(toJson: _boolToInt, fromJson: _intToBool)
bool? get fail_existing =>
    throw _privateConstructorUsedError;