Returns a JSON representation of this object.
@override Map<String, dynamic> toJson() => <String, dynamic>{ 'name': name, 'value': value, };