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