FwStandardReportingFwReportRenderResponse class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- FwStandardReportingFwReportRenderResponse({String? renderMode, String? htmlReportUrl, String? pdfReportUrl, String? consoleOutput, String? draftDownloadUrl})
-
FwStandardReportingFwReportRenderResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- consoleOutput → String?
-
final
- draftDownloadUrl → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- htmlReportUrl → String?
-
final
- pdfReportUrl → String?
-
final
- renderMode → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? renderMode, String? htmlReportUrl, String? pdfReportUrl, String? consoleOutput, String? draftDownloadUrl}) → FwStandardReportingFwReportRenderResponse -
Available on FwStandardReportingFwReportRenderResponse, provided by the $FwStandardReportingFwReportRenderResponseExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? renderMode, Wrapped<String?> ? htmlReportUrl, Wrapped<String?> ? pdfReportUrl, Wrapped<String?> ? consoleOutput, Wrapped<String?> ? draftDownloadUrl}) → FwStandardReportingFwReportRenderResponse -
Available on FwStandardReportingFwReportRenderResponse, provided by the $FwStandardReportingFwReportRenderResponseExtension 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 FwStandardReportingFwReportRenderResponse Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(FwStandardReportingFwReportRenderResponse instance)