ScopesNullable.fromJson constructor

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

Implementation

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