Query$pointOfSale$pointOfSale$socialMedia$name class

Available extensions

Constructors

Query$pointOfSale$pointOfSale$socialMedia$name({required String id, required String name, String? code, String? fontIcon, required DateTime createdAt, required DateTime updatedAt, List<Query$pointOfSale$pointOfSale$socialMedia$name$images>? images, String $__typename = 'SocialType'})
Query$pointOfSale$pointOfSale$socialMedia$name.fromJson(Map<String, dynamic> json)
factory

Properties

$__typename String
final
code String?
final
copyWith CopyWith$Query$pointOfSale$pointOfSale$socialMedia$name<Query$pointOfSale$pointOfSale$socialMedia$name>

Available on Query$pointOfSale$pointOfSale$socialMedia$name, provided by the UtilityExtension$Query$pointOfSale$pointOfSale$socialMedia$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$socialMedia$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