WebApiModulesPluginsAzureADContactData class

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

Constructors

WebApiModulesPluginsAzureADContactData({String? contactId, String? firstName, String? lastName, String? email, String? sourceId})
WebApiModulesPluginsAzureADContactData.fromJson(Map<String, dynamic> json)
factory

Properties

contactId String?
final
email String?
final
firstName String?
final
hashCode int
The hash code for this object.
no setteroverride
lastName String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceId String?
final

Methods

copyWith({String? contactId, String? firstName, String? lastName, String? email, String? sourceId}) WebApiModulesPluginsAzureADContactData

Available on WebApiModulesPluginsAzureADContactData, provided by the $WebApiModulesPluginsAzureADContactDataExtension extension

copyWithWrapped({Wrapped<String?>? contactId, Wrapped<String?>? firstName, Wrapped<String?>? lastName, Wrapped<String?>? email, Wrapped<String?>? sourceId}) WebApiModulesPluginsAzureADContactData

Available on WebApiModulesPluginsAzureADContactData, provided by the $WebApiModulesPluginsAzureADContactDataExtension 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 WebApiModulesPluginsAzureADContactData Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(WebApiModulesPluginsAzureADContactData instance)