Convert to map for platform channel
Map<String, dynamic> toMap() => { 'soft': soft?.inMilliseconds, 'hard': hard.inMilliseconds, };