BaseMapping<M> constructor
const
BaseMapping<M> ({})
Creates a base resource mapping with the specified class IRI and mapper configuration.
Implementation
const BaseMapping({
String? mapperName,
Type? mapperType,
M? mapperInstance,
String? factoryName,
Object? factoryConfigInstance,
}) : _mapperName = mapperName,
_mapperType = mapperType,
_mapperInstance = mapperInstance,
_factoryName = factoryName,
_factoryConfigInstance = factoryConfigInstance;