Test.fromJson constructor

Test.fromJson(
  1. dynamic data
)

Creates a Test from JSON data.

Implementation

Test.fromJson(dynamic data) : super(key: key) {}