Map<String, dynamic> toJson() { final cannedAcl = this.cannedAcl; return { if (cannedAcl != null) 'cannedAcl': cannedAcl.toValue(), }; }