Types constructor

Types({
  1. int? slot,
  2. NamedAPIResource? type,
})

Implementation

Types({this.slot, this.type});