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