toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (appLogoImage != null) 'appLogoImage': appLogoImage!,
      if (appTarget != null) 'appTarget': appTarget!,
      if (description != null) 'description': description!,
      if (title != null) 'title': title!,
    };