ImageFormater constructor

ImageFormater(
  1. String? _label,
  2. String? _endpoint
)

Implementation

ImageFormater(this._label, this._endpoint);