toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (caiAssets != null) 'caiAssets': caiAssets!,
      if (intent != null) 'intent': intent!,
      if (name != null) 'name': name!,
      if (state != null) 'state': state!,
      if (terraformInfo != null) 'terraformInfo': terraformInfo!,
    };