registerTypeToEncodable static method

void registerTypeToEncodable(
  1. Type type,
  2. ToEncodableJson toEncodable
)

Implementation

static void registerTypeToEncodable(Type type, ToEncodableJson toEncodable) {
  _registeredTypeToEncodable[type] = toEncodable;
}