use<T> static method
Not implemented prior to the implementation of the 'records'
Implementation
static Never use<T>(String key, T Function() init) {
throw UnimplementedError(
"Not implemented prior to the implementation of the 'records'");
}