ProfileComponent class

Constructors

ProfileComponent(String uniqueId, String appId)

Properties

appId String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uniqueId String
final

Methods

createProfileModel({required FeedModel feed, required dynamic profileComponentId}) Future<ProfileModel>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
profileModel({required FeedModel feed, required dynamic profileComponentId}) → ProfileModel
run({required FeedModel feed, required dynamic profileComponentId}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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