TireMakeResult constructor

TireMakeResult({
  1. String? text,
})

Implementation

TireMakeResult({
    this.text,
});