QueueId.fromJson constructor

  1. @override
QueueId.fromJson(
  1. Map<String, dynamic> json
)

Implementation

@override
factory QueueId.fromJson(Map<String, dynamic> json) {
  return EntityId.fromJson(json) as QueueId;
}