ServerModel constructor
ServerModel({})
Implementation
ServerModel({
required this.versionEnable,
required this.payment,
required this.hash,
required this.sha,
required this.server,
required this.message,
});