AppConfig class

Constructors

AppConfig({required String name, required String environment, required bool isDebug, required String key, String timezone = 'UTC', String locale = 'en', int? port, String? url})
const

Properties

environment String
final
hashCode int
The hash code for this object.
no setterinherited
isDebug bool
final
key String
final
locale String
final
name String
final
port int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timezone String
final
url String
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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