menu
mailosaur package
documentation
models/server.dart
Server
Server.new const constructor
Server.new const constructor
dark_mode
light_mode
Server
constructor
const
Server
(
{
String
id
=
''
,
String
name
=
''
,
int
messages
=
0
,
})
Implementation
const Server({ this.id = '', this.name = '', this.messages = 0, });
mailosaur package
documentation
models/server
Server
Server.new const constructor
Server class