toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return {
    'max_dir_size_in_bytes': maxDirSizeInBytes,
    'log_storage_enabled': isLogStorageEnabled,
    'log_level': HMSLogLevelValue.getValueFromHMSLogLevel(level)
  };
}