@JsonSerializable(includeIfNull: false) const factory CacaoSignature({ required String t, required String s, String? m, }) = _CacaoSignature;