MixedProfile.fromMediaProfile constructor
MixedProfile.fromMediaProfile(
- MediaProfile mediaProfile
Implementation
factory MixedProfile.fromMediaProfile(MediaProfile mediaProfile) =>
MixedProfile(
token: mediaProfile.token,
fixed: mediaProfile.fixed,
name: mediaProfile.name,
configurations: mediaProfile.configurations,
);