Factory constructor to convert json into a Test model
factory Test.fromJson(Map<String, dynamic> json) => _$TestFromJson(json);