FormatDataBool constructor

FormatDataBool({
  1. String textTrue = 'Sim',
  2. String textFalse = 'Não',
})

Implementation

FormatDataBool({this.textTrue = 'Sim', this.textFalse = 'Não'});