RaygunBreadcrumbMessage.fromJson constructor

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

Implementation

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