toMap method
Implementation
Map<String, dynamic> toMap() {
return <String, dynamic>{
'applicationId': ?applicationId,
'arn': ?arn,
'computePlatform': ?computePlatform,
'githubAccountName': ?githubAccountName,
'linkedToGithub': ?linkedToGithub,
'name': ?name,
'region': ?region,
'tags': ?tags,
'tagsAll': ?tagsAll,
};
}