fromJson method

  1. @override
SemVer fromJson(
  1. String json
)

Implementation

@override
SemVer fromJson(String json) => SemVer.parse(json);