Media class

Constructors

Media({int? id, String? website, String? whatsapp, String? facebook, String? instagram, String? email, String? phoneNumber, String? youtube, String? twitter, String? linkedin, String? tiktok})
Media.fromJson(Map<String, dynamic> json)
factory

Properties

email String?
final
facebook String?
final
hashCode int
The hash code for this object.
no setterinherited
id int?
final
instagram String?
final
linkedin String?
final
phoneNumber String?
final
props List<Object>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tiktok String?
final
twitter String?
final
website String?
final
whatsapp String?
final
youtube String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited