valueOf static method Null safety

MoodType valueOf(
  1. String name
)

Implementation

static MoodType valueOf(String name) => _$MoodTypeValueOf(name);