NiceTenant constructor
- required String id,
- required String name,
- ImageProvider<
Object> ? logo, - String? description,
Implementation
const NiceTenant({
required this.id,
required this.name,
this.logo,
this.description,
});
const NiceTenant({
required this.id,
required this.name,
this.logo,
this.description,
});