BeaStorageOutput constructor

BeaStorageOutput(
  1. {int? idBea,
  2. String? info,
  3. String? pathWeb}
)

Implementation

BeaStorageOutput({this.idBea, this.info, this.pathWeb});