Device.fromJson constructor

Device.fromJson(
  1. String str
)

Implementation

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