CapabilityResponse.fromJson constructor

CapabilityResponse.fromJson(
  1. String str
)

Implementation

factory CapabilityResponse.fromJson(String str) =>
    CapabilityResponse.fromMap(json.decode(str));