Socio constructor

Socio({
  1. required String cpf,
  2. required double rendimentosIsentos,
  3. required double rendimentosTributaveis,
  4. required double participacaoCapitalSocial,
  5. required double irRetidoFonte,
})

Implementation

Socio({
  required this.cpf,
  required this.rendimentosIsentos,
  required this.rendimentosTributaveis,
  required this.participacaoCapitalSocial,
  required this.irRetidoFonte,
});