toMap method

Map<String, String> toMap()

Converts the HMSIOSScreenshareConfig instance to a Map.

Implementation

Map<String, String> toMap() {
  return {
    'app_group': this.appGroup,
    'preferred_extension': this.preferredExtension,
  };
}