listOf<T> method
Retrieves the adapter for type T
. Throws if not registered.
Implementation
FireAdapter<List<T?>> listOf<T>() => of<List<T?>>();
Retrieves the adapter for type T
. Throws if not registered.
FireAdapter<List<T?>> listOf<T>() => of<List<T?>>();