Environment constructor
const
Environment({})
Implementation
const Environment({
required this.name,
required this.baseUrl,
this.config = const {},
this.isDefault = false,
this.description,
});
const Environment({
required this.name,
required this.baseUrl,
this.config = const {},
this.isDefault = false,
this.description,
});