LicensesListResponseWarning constructor
LicensesListResponseWarning({
- String? code,
- List<
LicensesListResponseWarningData> ? data, - String? message,
Implementation
LicensesListResponseWarning({
this.code,
this.data,
this.message,
});