toMap method
Implementation
Map<String, dynamic> toMap() {
return <String, dynamic>{
'arn': ?arn,
'assetSizeBytes': ?assetSizeBytes,
'createdTime': ?createdTime,
'domain': ?domain,
'encryptionKey': ?encryptionKey,
'owner': ?owner,
'region': ?region,
'repositoryCount': ?repositoryCount,
's3BucketArn': ?s3BucketArn,
'tags': ?tags,
'tagsAll': ?tagsAll,
};
}