fromJson method

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

Implementation

@override
UuidValue fromJson(String json) => UuidValue(json);