ActionTriggerGitPull.fromJson constructor
Implementation
factory ActionTriggerGitPull.fromJson(Map<String, dynamic> json) => ActionTriggerGitPull(
forceFullRebuild: (json['ForceFullRebuild'] as bool?) ?? false,
target: (json['Target'] as String?),
);