Map<String, dynamic> formValue() { if (_formValue.isEmpty) { throw Exception('Form is empty'); } return _formValue; }