GitApplyPatchStepConfig.fromJson constructor

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

Implementation

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