toJson method

Map toJson()

Implementation

Map toJson() => {
      'profile': profile,
      'scenario': scenario,
    };