MaprBase constructor

const MaprBase({
  1. required List<ObjectMap> objectMaps,
})

Implementation

const MaprBase({required this.objectMaps});