DriveOptions.fromJson constructor

DriveOptions.fromJson(
  1. Map json_
)

Implementation

DriveOptions.fromJson(core.Map json_)
  : this(includeDescendants: json_['includeDescendants'] as core.bool?);