SystemInfoEntity class

Constructors

SystemInfoEntity({required String cloudId, required String commitHash, String? baseUrl, String? edition, String? siteTitle, String? defaultLocale, String? defaultTimeZone})
SystemInfoEntity.fromJson(Map<String, Object?> json)
factory

Properties

baseUrl String?
final
cloudId String
final
commitHash String
final
defaultLocale String?
final
defaultTimeZone String?
final
edition String?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
siteTitle String?
final

Methods

copyWith({String? cloudId, String? commitHash, String? baseUrl, String? edition, String? siteTitle, String? defaultLocale, String? defaultTimeZone}) SystemInfoEntity
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited