adapter property
Gets the appropriate adapter for type T
from the adapter registry.
Implementation
@override
PrfAdapter<T> get adapter => PrfAdapterMap.instance.of<T>();
Gets the appropriate adapter for type T
from the adapter registry.
@override
PrfAdapter<T> get adapter => PrfAdapterMap.instance.of<T>();