SystemLogUri.fromJson constructor

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

Implementation

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