BasePathMappings constructor

BasePathMappings({
  1. List<BasePathMapping>? items,
  2. String? position,
})

Implementation

BasePathMappings({
  this.items,
  this.position,
});