setPrefill method

void setPrefill(
  1. bool? isPrefilled
)

Implementation

void setPrefill(bool? isPrefilled) => this._isPrefill = isPrefilled;