DeleteCollectionRequest.fromJson constructor

DeleteCollectionRequest.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory DeleteCollectionRequest.fromJson(Map<String, dynamic> json) =>
    DeleteCollectionRequest(collection: json['collection'] as String);