fromString static method

Implementation

static TankerkoenigStationByRadiusResponse fromString(
  String string,
) {
  return fromJson(
    jsonDecode(string),
  );
}