PhoneNumberTransfer class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- PhoneNumberTransfer({required String phoneNumber, required String condition})
-
const
-
PhoneNumberTransfer.fromJson(Map<
String, dynamic> json) -
factory
Properties
- condition → String
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- phoneNumber → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? phoneNumber, String? condition}) → PhoneNumberTransfer -
Available on PhoneNumberTransfer, provided by the $PhoneNumberTransferExtension extension
-
copyWithWrapped(
{Wrapped< String> ? phoneNumber, Wrapped<String> ? condition}) → PhoneNumberTransfer -
Available on PhoneNumberTransfer, provided by the $PhoneNumberTransferExtension 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 ==(
Object other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const PhoneNumberTransfer Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(PhoneNumberTransfer instance)