fromJson static method

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

Implementation

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