BskyAppStatePref.fromJson constructor

BskyAppStatePref.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory BskyAppStatePref.fromJson(Map<String, Object?> json) =>
    _$BskyAppStatePrefFromJson(json);