ClientDeviceMessageAttributes.fromJson constructor

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

Implementation

factory ClientDeviceMessageAttributes.fromJson(Map<String, dynamic> json) =>
    _$ClientDeviceMessageAttributesFromJson(json);