ContinueStatement.fromJson constructor

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

Implementation

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