fromJson returns a instance of SimInfo from a json string.
factory SimInfo.fromJson(String source) => SimInfo.fromMap(json.decode(source));