Converts this options object to a map representation.
@override Map<String, dynamic> toMap() { return super.toMap() ..addAll({ 'appId': appId, }); }