toJson method

Map<String, dynamic> toJson()

Implementation

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