DeleteObject.fromJson constructor

DeleteObject.fromJson(
  1. Map json_
)

Implementation

DeleteObject.fromJson(core.Map json_)
  : this(
      permanentObjectDeletionEnabled:
          json_['permanentObjectDeletionEnabled'] as core.bool?,
    );