toJson method
Converts the BuildEntity instance to a JSON map.
Implementation
Map<String, dynamic> toJson() => {
'code': code,
'feature_name': featureName,
'old_config': featureConfig,
'forge_cli_config': forgeCliConfig,
};