toJson method

dynamic toJson(
  1. OBJ from
)

Implementation

toJson(OBJ from) {
  return _toJson(from);
}