removeTypeToEncodable static method

ToEncodableJson? removeTypeToEncodable(
  1. Type type
)

Implementation

static ToEncodableJson? removeTypeToEncodable(Type type) =>
    _registeredTypeToEncodable.remove(type);