fromJson static method

Modality fromJson(
  1. String raw
)

Implementation

static Modality fromJson(String raw) => Modality(raw);