menu
sendingnetwork_dart_sdk package
documentation
sdn.dart
GetRelatingEventsResponse
GetRelatingEventsResponse constructor
GetRelatingEventsResponse constructor
dark_mode
light_mode
GetRelatingEventsResponse
constructor
GetRelatingEventsResponse
(
{
required
List
<
SDNEvent
>
chunk
,
String
?
nextBatch
,
String
?
prevBatch
,
})
Implementation
GetRelatingEventsResponse({ required this.chunk, this.nextBatch, this.prevBatch, });
sendingnetwork_dart_sdk package
documentation
sdn
GetRelatingEventsResponse
GetRelatingEventsResponse constructor
GetRelatingEventsResponse class