toMap method
Converts the HMSIOSScreenshareConfig instance to a Map.
Implementation
Map<String, String> toMap() {
return {
'app_group': this.appGroup,
'preferred_extension': this.preferredExtension,
};
}
Converts the HMSIOSScreenshareConfig instance to a Map.
Map<String, String> toMap() {
return {
'app_group': this.appGroup,
'preferred_extension': this.preferredExtension,
};
}