toObj method

dynamic toObj(
  1. JSON from
)

Implementation

toObj(JSON from) {
  return _toObj(from);
}