toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (hotKeyAge != null) 'hotKeyAge': hotKeyAge!,
      if (systemName != null) 'systemName': systemName!,
      if (userStepName != null) 'userStepName': userStepName!,
    };