STComponentsIr constructor

const STComponentsIr({
  1. Map<String, STComponentIr> slots = const {},
  2. Map<String, STComponentIr> extra = const {},
})

Implementation

const STComponentsIr({this.slots = const {}, this.extra = const {}});