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