lossy method

Format lossy([
  1. bool? lossy = true
])

Implementation

Format lossy([bool? lossy = true]) {
  _lossy = lossy;
  return this;
}