Map<String, dynamic> toJson() { final arn = this.arn; final revision = this.revision; return { 'arn': arn, 'revision': revision, }; }