toMap method

Map<String, dynamic> toMap()

Return a map of values from the Channels model

Implementation

Map<String, dynamic> toMap() => {
      'beta': beta,
      'dev': dev,
      'stable': stable,
    };