WebApiDataAppReportResponse class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

WebApiDataAppReportResponse({FwStandardSqlServerFwJsonDataTable? dataTable, FwStandardDataFwReportLoader? dataObject, String? printDate, String? printTime, String? printDateTime, String? customReportTemplate, List<FwStandardModulesAdministratorCustomReportCssCustomReportCssLoader>? globalCssRules, String? globalStyle, String? emailTemplate})
WebApiDataAppReportResponse.fromJson(Map<String, dynamic> json)
factory

Properties

customReportTemplate String?
final
dataObject FwStandardDataFwReportLoader?
final
dataTable FwStandardSqlServerFwJsonDataTable?
final
emailTemplate String?
final
globalCssRules List<FwStandardModulesAdministratorCustomReportCssCustomReportCssLoader>?
final
globalStyle String?
final
hashCode int
The hash code for this object.
no setteroverride
printDate String?
final
printDateTime String?
final
printTime String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({FwStandardSqlServerFwJsonDataTable? dataTable, FwStandardDataFwReportLoader? dataObject, String? printDate, String? printTime, String? printDateTime, String? customReportTemplate, List<FwStandardModulesAdministratorCustomReportCssCustomReportCssLoader>? globalCssRules, String? globalStyle, String? emailTemplate}) WebApiDataAppReportResponse

Available on WebApiDataAppReportResponse, provided by the $WebApiDataAppReportResponseExtension extension

copyWithWrapped({Wrapped<FwStandardSqlServerFwJsonDataTable?>? dataTable, Wrapped<FwStandardDataFwReportLoader?>? dataObject, Wrapped<String?>? printDate, Wrapped<String?>? printTime, Wrapped<String?>? printDateTime, Wrapped<String?>? customReportTemplate, Wrapped<List<FwStandardModulesAdministratorCustomReportCssCustomReportCssLoader>?>? globalCssRules, Wrapped<String?>? globalStyle, Wrapped<String?>? emailTemplate}) WebApiDataAppReportResponse

Available on WebApiDataAppReportResponse, provided by the $WebApiDataAppReportResponseExtension extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const WebApiDataAppReportResponse Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(WebApiDataAppReportResponse instance)