DriveCommentList.fromJson constructor

DriveCommentList.fromJson(
  1. String source
)

Implementation

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