Map<String, dynamic> toMap() { return { 'color': color, 'onTime': onTime, 'offTime': offTime, 'repeatCount': repeatCount, }; }