toJson method

  1. @override
String toJson(
  1. SemVer object
)

Implementation

@override
String toJson(SemVer object) => object.toString();