fromJson method

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

Implementation

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