SocialLink class

The data model about any social link

Constructors

SocialLink({required String socialUrl, required String socialDescription})
SocialLink.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
socialDescription String
Custom description for this social
final
socialUrl String
The social url for this custom link
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 obj) bool
The equality operator.
override