FileTypeNotificationSound.fromJson constructor

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

Parse from a json

Implementation

factory FileTypeNotificationSound.fromJson(Map<String, dynamic> json) =>
    const FileTypeNotificationSound();