build method

Map build()

Implementation

Map build() {
  return {
    "storageFolderName": storageFolderName,
    "iOSContainerID": iOSContainerID,
    "licenseKey": licenseKey,
    "enableMobileNumberLogin": enableMobileNumberLogin,
    "chatHistoryEnable": chatHistoryEnable,
    "enableDebugLog": enableDebugLog,
  };
}