fromJson static method

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

Implementation

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