menu
ews package
documentation
misc/SoapFaultDetails.dart
SoapFaultDetails
Message property
Message property
dark_mode
light_mode
Message
property
String
?
get
Message
Gets or sets the message.
Implementation
String? get Message => this.message;
set
Message
(
String
?
value
)
Implementation
set Message(String? value) { this.message = value; }
ews package
documentation
misc/SoapFaultDetails
SoapFaultDetails
Message property
SoapFaultDetails class