toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final appId = this.appId;
  final appLaunchSource = this.appLaunchSource;
  final appType = this.appType;
  return {
    'appId': ?appId,
    'appLaunchSource': ?appLaunchSource,
    'appType': ?appType,
  };
}