ShareInfo constructor
ShareInfo({})
Implementation
ShareInfo(
{this.title = '',
this.link = '',
this.logo = '',
this.images = const [],
this.content = '',
this.shareType = '',
Map<String, dynamic>? json});