toJson method

Map<String, dynamic> toJson()

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,
    };