Environment class Null safety
Constructors
- Environment({String? homeUrl, String? siteUrl, String? version, String? logDirectory, bool? logDirectoryWritable, String? wpVersion, bool? wpMultisite, int? wpMemoryLimit, bool? wpDebugMode, bool? wpCron, String? language, dynamic externalObjectCache, String? serverInfo, String? phpVersion, int? phpPostMaxSize, int? phpMaxExecutionTime, int? phpMaxInputVars, String? curlVersion, bool? suhosinInstalled, int? maxUploadSize, String? mysqlVersion, String? mysqlVersionString, String? defaultTimezone, bool? fsockopenOrCurlEnabled, bool? soapclientEnabled, bool? domdocumentEnabled, bool? gzipEnabled, bool? mbstringEnabled, bool? remotePostSuccessful, String? remotePostResponse, bool? remoteGetSuccessful, String? remoteGetResponse})
-
Environment.fromJson(Map<
String, dynamic> json) -
factory
Properties
- curlVersion ↔ String?
-
read / write
- defaultTimezone ↔ String?
-
read / write
- domdocumentEnabled ↔ bool?
-
read / write
- externalObjectCache ↔ dynamic
-
read / write
- fsockopenOrCurlEnabled ↔ bool?
-
read / write
- gzipEnabled ↔ bool?
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- homeUrl ↔ String?
-
read / write
- language ↔ String?
-
read / write
- logDirectory ↔ String?
-
read / write
- logDirectoryWritable ↔ bool?
-
read / write
- maxUploadSize ↔ int?
-
read / write
- mbstringEnabled ↔ bool?
-
read / write
- mysqlVersion ↔ String?
-
read / write
- mysqlVersionString ↔ String?
-
read / write
- phpMaxExecutionTime ↔ int?
-
read / write
- phpMaxInputVars ↔ int?
-
read / write
- phpPostMaxSize ↔ int?
-
read / write
- phpVersion ↔ String?
-
read / write
- remoteGetResponse ↔ String?
-
read / write
- remoteGetSuccessful ↔ bool?
-
read / write
- remotePostResponse ↔ String?
-
read / write
- remotePostSuccessful ↔ bool?
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- serverInfo ↔ String?
-
read / write
- siteUrl ↔ String?
-
read / write
- soapclientEnabled ↔ bool?
-
read / write
- suhosinInstalled ↔ bool?
-
read / write
- version ↔ String?
-
read / write
- wpCron ↔ bool?
-
read / write
- wpDebugMode ↔ bool?
-
read / write
- wpMemoryLimit ↔ int?
-
read / write
- wpMultisite ↔ bool?
-
read / write
- wpVersion ↔ String?
-
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited