BuildInfoDto constructor

BuildInfoDto({
  1. required String opentoolfile,
  2. required String name,
  3. String? tag,
})

Implementation

BuildInfoDto({required this.opentoolfile, required this.name, this.tag});