Converts instance to a map.
Map<String, dynamic> toMap() { return { "rendererRequestedPriority": rendererRequestedPriority?.toNativeValue(), "waivedWhenNotVisible": waivedWhenNotVisible, }; }