ReadDataService constructor

ReadDataService({
  1. required String serverUrl,
  2. required String id,
  3. String? apiKey,
  4. required String fmt,
  5. bool isPrivate = false,
  6. Map<String, dynamic>? options,
})

Implementation

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