fromJsonString static method

ResourceCredits fromJsonString(
  1. String str
)

Implementation

static ResourceCredits fromJsonString(String str) =>
    ResourceCredits.fromJson(json.decode(str));