factory GitSubmodulesConfig.fromJson(Map<String, dynamic> json) { return GitSubmodulesConfig( fetchSubmodules: json['fetchSubmodules'] as bool, ); }