ContinuationMessage.fromJson constructor

ContinuationMessage.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory ContinuationMessage.fromJson(Map<String, dynamic> json) => _$ContinuationMessageFromJson(json);