isModel property
bool
get
isModel
Checks if this is a model
Implementation
bool get isModel => mediaType.startsWith('model/');
Checks if this is a model
bool get isModel => mediaType.startsWith('model/');