Converts to JSON.
Map<String, dynamic> toJson() => { if (anchor != null) 'anchor': anchor, 'seconds': seconds, };