ReadDataService constructor
ReadDataService({})
Implementation
ReadDataService(
{required this.serverUrl,
required this.id,
this.apiKey,
required this.fmt,
this.isPrivate = false,
this.options});