SimInfo constructor

SimInfo({
  1. required List<SIMType> sims,
})

constructor for the class.

Implementation

SimInfo({
  required this.sims,
});