VinResult constructor

VinResult({
  1. String? text,
})

Implementation

VinResult({
  this.text,
});