FwStandardBusinessLogicFwAppImageLogicEmailRequest class

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

Constructors

FwStandardBusinessLogicFwAppImageLogicEmailRequest({required String from, required String to, String? cc, String? subject, String? body, bool? showImagesInBody, required List<String> appImageIds})
FwStandardBusinessLogicFwAppImageLogicEmailRequest.fromJson(Map<String, dynamic> json)
factory

Properties

appImageIds List<String>
final
body String?
final
cc String?
final
from String
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showImagesInBody bool?
final
subject String?
final
to String
final

Methods

copyWith({String? from, String? to, String? cc, String? subject, String? body, bool? showImagesInBody, List<String>? appImageIds}) FwStandardBusinessLogicFwAppImageLogicEmailRequest

Available on FwStandardBusinessLogicFwAppImageLogicEmailRequest, provided by the $FwStandardBusinessLogicFwAppImageLogicEmailRequestExtension extension

copyWithWrapped({Wrapped<String>? from, Wrapped<String>? to, Wrapped<String?>? cc, Wrapped<String?>? subject, Wrapped<String?>? body, Wrapped<bool?>? showImagesInBody, Wrapped<List<String>>? appImageIds}) FwStandardBusinessLogicFwAppImageLogicEmailRequest

Available on FwStandardBusinessLogicFwAppImageLogicEmailRequest, provided by the $FwStandardBusinessLogicFwAppImageLogicEmailRequestExtension 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