NullDeviceMessageAttributes.fromJson constructor

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

Implementation

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