toJson method

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

Implementation

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