GetMappingResponse constructor
GetMappingResponse({
- required List<
MappingEntry> mapping,
Implementation
GetMappingResponse({
required this.mapping,
});
GetMappingResponse({
required this.mapping,
});