toMap method

Map<String, int> toMap()

Implementation

Map<String, int> toMap() {
  return {
    'OS': os,
    'MIS': mis,
  };
}