Converts to JSON.
@override Map<String, dynamic> toJson() => { 'type': type, if (rate != null) 'rate': rate, };