FutureCallEntry constructor
FutureCallEntry({})
Implementation
FutureCallEntry({
int? id,
required this.name,
required this.time,
this.serializedObject,
required this.serverId,
this.identifier,
}) : super(id);