menu
flutter_idv
flutter_idv.dart
WorkflowStep
toJson method
toJson
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
@visibleForTesting Map<String, dynamic> toJson() => { "id": _id, "name": _name, }.clearNulls();
flutter_idv
idv
WorkflowStep
toJson method
WorkflowStep class