DriveComment.fromJson constructor

DriveComment.fromJson(
  1. String source
)

Implementation

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