DriveReplyList.fromJson constructor

DriveReplyList.fromJson(
  1. String source
)

Implementation

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