FwStandardReportingFwReportEmailInfo class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- FwStandardReportingFwReportEmailInfo({String? from, String? to, String? cc, String? subject, String? body})
-
FwStandardReportingFwReportEmailInfo.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
copyWith(
{String? from, String? to, String? cc, String? subject, String? body}) → FwStandardReportingFwReportEmailInfo -
Available on FwStandardReportingFwReportEmailInfo, provided by the $FwStandardReportingFwReportEmailInfoExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? from, Wrapped<String?> ? to, Wrapped<String?> ? cc, Wrapped<String?> ? subject, Wrapped<String?> ? body}) → FwStandardReportingFwReportEmailInfo -
Available on FwStandardReportingFwReportEmailInfo, provided by the $FwStandardReportingFwReportEmailInfoExtension 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 FwStandardReportingFwReportEmailInfo Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(FwStandardReportingFwReportEmailInfo instance)