PartnerEndCustomerWithSecrets class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- PartnerEndCustomerWithSecrets({PartnerEndCustomerSecrets? secrets, String? clientId, String? companyName, PartnerEndCustomerStatus? status})
-
PartnerEndCustomerWithSecrets.fromJson(Map<
String, dynamic> json) -
factory
Properties
- clientId → String?
-
final
- companyName → 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
- secrets → PartnerEndCustomerSecrets?
-
final
- status → PartnerEndCustomerStatus?
-
final
Methods
-
copyWith(
{PartnerEndCustomerSecrets? secrets, String? clientId, String? companyName, PartnerEndCustomerStatus? status}) → PartnerEndCustomerWithSecrets -
Available on PartnerEndCustomerWithSecrets, provided by the $PartnerEndCustomerWithSecretsExtension extension
-
copyWithWrapped(
{Wrapped< PartnerEndCustomerSecrets?> ? secrets, Wrapped<String?> ? clientId, Wrapped<String?> ? companyName, Wrapped<PartnerEndCustomerStatus?> ? status}) → PartnerEndCustomerWithSecrets -
Available on PartnerEndCustomerWithSecrets, provided by the $PartnerEndCustomerWithSecretsExtension 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 PartnerEndCustomerWithSecrets Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(PartnerEndCustomerWithSecrets instance)