save property

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

Implementation

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