Configuration.fromJson constructor
Implementation
Configuration.fromJson(Map<String, dynamic> json) {
owner = json['owner'];
repoNameGitHub = json['repo_name_github'];
repoIdGitlab = json['repo_id_gitlab'];
githubToken = json['github_token'];
gitlabToken = json['gitlab_token'];
platform = json['platform'];
}