String getInputValue(String label) { return _inputs.firstWhere((i) => i.label == label).controller.text; }