fromJson method

JsonUtils fromJson(
  1. FromJsonFunc<T> fromJsonFunc
)

Implementation

JsonUtils fromJson(FromJsonFunc<T> fromJsonFunc) {
  _fromJsonFunc = fromJsonFunc;
  return this;
}