DebugMessageProperty.fromJson constructor

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

Implementation

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