fromValue static method

JotformFormStatus fromValue(
  1. dynamic value
)

Implementation

static JotformFormStatus fromValue(dynamic value) {
  ensureInitialized();
  return MapperContainer.globals.fromValue(value);
}