TestMetadata.fromJson constructor

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

Test metadata regarding whether the test was skipped and the reason.

Implementation

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