MeCardSocialProfile class
Represents a social profile within MeCard
.
Constructors
- MeCardSocialProfile.new({required String type, required String url})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toPlainText(
) → String -
A plain text representation of how the social profile is displayed within the
MeCard
. -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited