toValue method

dynamic toValue()

Implementation

dynamic toValue() {
  JotformFormStatusMapper.ensureInitialized();
  return MapperContainer.globals.toValue<JotformFormStatus>(this);
}