fromJson static method

ScopesResponse fromJson(
  1. Map<String, Object?> obj
)
override

Implementation

static ScopesResponse fromJson(Map<String, Object?> obj) =>
    ScopesResponse.fromMap(obj);