toHashMap method

Map<String, dynamic> toHashMap()

Returns a hash map of the channels model

Implementation

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