nullableMorphs method

void nullableMorphs(
  1. String name
)

Implementation

void nullableMorphs(String name) {
  morphs(name, nullable: true);
}