serverId property
The server id column of this model.
Used if this model has a co-cloud row in some server.
Implementation
var serverId = IntField(columnName: 'serverId', jsonMapName: 'id');
The server id column of this model.
Used if this model has a co-cloud row in some server.
var serverId = IntField(columnName: 'serverId', jsonMapName: 'id');