fromValue static method

DataOperation fromValue(
  1. dynamic value
)

Implementation

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