AppStoreGenericResponse<T1 extends Serializable, T2 extends Serializable> constructor
Null safety
A generic response from the App Store Connect API.
Implementation
const AppStoreGenericResponse({
this.meta = const Meta(),
this.items = const [],
this.included = const [],
this.links = const [],
});