BuildNote constructor

BuildNote({
  1. String? builderVersion,
})

Implementation

BuildNote({
  this.builderVersion,
});