DriveChannel.fromJson constructor

DriveChannel.fromJson(
  1. String source
)

Implementation

factory DriveChannel.fromJson(String source) =>
    DriveChannel.fromMap(json.decode(source));