DriveAbout.fromJson constructor

DriveAbout.fromJson(
  1. String source
)

Implementation

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