factory CreateAppResult.fromJson(Map<String, dynamic> json) { return CreateAppResult( app: App.fromJson(json['app'] as Map<String, dynamic>), ); }