Config<T extends Object>.fromMap constructor
Creates a configuration from a map that can be identified by an id
.
Implementation
const factory Config.fromMap(
T id,
Map<String, dynamic> data,
) = MapConfig<T>;