ShareInfo constructor

ShareInfo({
  1. String title = '',
  2. String link = '',
  3. List<String> images = const [],
  4. String content = '',
  5. String shareType = '',
  6. Map<String, dynamic>? json,
})

Implementation

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