menu
dartblock_code package
documentation
models/statement.dart
ContinueStatement
ContinueStatement.fromJson factory constructor
ContinueStatement.fromJson factory constructor
dark_mode
light_mode
ContinueStatement.fromJson
constructor
ContinueStatement.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory ContinueStatement.fromJson(Map<String, dynamic> json) => _$ContinueStatementFromJson(json);
dartblock_code package
documentation
models/statement
ContinueStatement
ContinueStatement.fromJson factory constructor
ContinueStatement class