Future<String> get name { return platform( android: (pool) => _androidModel?.getName(), ios: (pool) async => _iosModelName, ); }