AppConfig constructor
const
AppConfig({})
Implementation
const AppConfig({
required this.name,
required this.environment,
required this.isDebug,
required this.key,
this.timezone = 'UTC',
this.locale = 'en',
int? port,
String? url,
}) : _port = port,
_url = url;