get method

Implementation

Map<String, MoAppSelfUpdateInfoModel>? get(String key) {
  return platform[key];
}