Query$pointOfSale$pointOfSale$chatContact$name class
- Available extensions
Constructors
-
Query$pointOfSale$pointOfSale$chatContact$name({required String id, required String name, String? code, String? fontIcon, required DateTime createdAt, required DateTime updatedAt, List<
Query$pointOfSale$pointOfSale$chatContact$name$images> ? images, String $__typename = 'SocialType'}) -
Query$pointOfSale$pointOfSale$chatContact$name.fromJson(Map<
String, dynamic> json) -
factory
Properties
- $__typename → String
-
final
- code → String?
-
final
-
copyWith
→ CopyWith$Query$pointOfSale$pointOfSale$chatContact$name<
Query$pointOfSale$pointOfSale$chatContact$name> -
Available on Query$pointOfSale$pointOfSale$chatContact$name, provided by the UtilityExtension$Query$pointOfSale$pointOfSale$chatContact$name extension
no setter - createdAt → DateTime
-
final
- fontIcon → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String
-
final
-
images
→ List<
Query$pointOfSale$pointOfSale$chatContact$name$images> ? -
final
- name → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updatedAt → DateTime
-
final
Methods
-
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override