ExternalApp(int? id, String? name, String? androidCode) { this.id = id; this.name = name; this.androidCode = androidCode; }