PointInsertModel constructor

PointInsertModel({
  1. String? valor,
  2. String? descricao,
  3. String? regra,
  4. String? cliente,
  5. DateTime? dataDeInsercao,
  6. String? controle,
  7. String? codigoDoProduto,
  8. int? filialId,
  9. int? usuarioId,
})

Implementation

PointInsertModel({
  this.valor,
  this.descricao,
  this.regra,
  this.cliente,
  this.dataDeInsercao,
  this.controle,
  this.codigoDoProduto,
  this.filialId,
  this.usuarioId,
});