MixedProfile.fromMediaProfile constructor

MixedProfile.fromMediaProfile(
  1. MediaProfile mediaProfile
)

Implementation

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