toJsonShallow method

Object? toJsonShallow()

Returns the inner json value

Implementation

Object? toJsonShallow() {
  return toJson(shallow: true);
}