operator fun get(version: Int?): SellerInfo?
Get latest information about seller from the server.
version
- put value from .getThisVersion. if you don't have any SellerInfo instance, then pass null to return the data anyway
Return
null if not modified or fresh version of info
See Also