ChainOfMediumModels class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Static Methods
-
getMemberMediumChainOfUrls(
String appId, MemberMediumModel memberMediumModel) → Future< List< String> > -
getMemberMediumModelChainOfMedium(
String? appId, MemberMediumModel memberMediumModel) → Future< List< MemberMediumModel> > -
getMemberMediumModelChainOfMediumInfo(
String? appId, MemberMediumModel memberMediumModel) → Future< List< MediumInfo> > -
getPlatformMediumChainOfUrls(
String appId, PlatformMediumModel platformMediumModel) → Future< List< String> > -
getPlatformMediumModelChainOfMedium(
String? appId, PlatformMediumModel platformMediumModel) → Future< List< PlatformMediumModel> > -
getPlatformMediumModelChainOfMediumInfo(
String? appId, PlatformMediumModel platformMediumModel) → Future< List< MediumInfo> > -
getPublicMediumChainOfUrls(
String appId, PublicMediumModel publicMediumModel) → Future< List< String> > -
getPublicMediumModelChainOfMedium(
String? appId, PublicMediumModel publicMediumModel) → Future< List< PublicMediumModel> > -
getPublicMediumModelChainOfMediumInfo(
String? appId, PublicMediumModel publicMediumModel) → Future< List< MediumInfo> >