BskyAppProgressGuide.fromJson constructor

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

Implementation

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