Environment constructor
const
Environment({})
Creates a new environment.
Implementation
const Environment({
required this.id,
required this.name,
required this.baseUrl,
this.socketUrl,
this.description,
this.config = const {},
this.isActive = false,
});