resolve<T> method

Decodable<T> resolve<T>()

Implementation

Decodable<T> resolve<T>() {
  return _resolve<T, dynamic, dynamic>(null, null);
}