Map<String, dynamic> toJson() { if (epoch == null) return { "None": true }; return { "Epoch": epoch }; }