StrongRef.fromJson constructor

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

Implementation

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