NullableScopes.fromJson constructor

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

Implementation

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