SocialLinks class

Constructors

Properties

config Config
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
profiles Map<String, List<Link>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getProfileId(String profileName, String link) String
isValid(String profileName, String link) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sanitize(String profileName, String link) String
toString() String
A string representation of this object.
inherited
trim(String input) String

Operators

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

Static Methods

create({Map<String, List<Link>>? profiles, Config? config}) Future<SocialLinks>