toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return {
    'github': github.toMap(),
    'google_drive': googleDrive.toMap(),
    'diawi': diawi.toMap(),
    'slack': slack.toMap(),
    'teams': teams.toMap(),
    'aws': aws.toMap(),
    'gitlab': gitlab.toMap(),
    'play_store': playStore.toMap(),
    'app_store': appStore.toMap(),
  };
}