setValue method
Recebe um map e preencher o input. Pesquise o valor de acordo com a key do metood get name
Implementation
@override
void setValue(Map<String, dynamic> values) {
for (int i = 0; i < inputs.length; i++) {
inputs[i].setValue(values);
}
}