parentAsCustomTypeOrFail property
CustomType
get
parentAsCustomTypeOrFail
Get the parent as CustomType.
Implementation
CustomType get parentAsCustomTypeOrFail => parent! as CustomType;
Get the parent as CustomType.
CustomType get parentAsCustomTypeOrFail => parent! as CustomType;