StickyPost.fromJson constructor

StickyPost.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory StickyPost.fromJson(Map<String, dynamic> json) =>
    _$StickyPostFromJson(json);