InputModel constructor

InputModel({
  1. String? path = 'lib',
  2. String? outputPath = 'assets/language',
  3. String? sheetUrl,
  4. String? sheetId,
  5. String? sheetName,
  6. int? column = 1,
  7. int? row = 1,
  8. bool? all = true,
  9. String? keyName = 'key-getx-translator',
})

Implementation

InputModel(
    {this.path = 'lib',
    this.outputPath = 'assets/language',
    this.sheetUrl,
    this.sheetId,
    this.sheetName,
    this.column = 1,
    this.row = 1,
    this.all = true,
    this.keyName = 'key-getx-translator'});