isConcrete property
Whether all the properties of this object are non-null.
Implementation
bool get isConcrete => color != null && opacity != null && size != null;
Whether all the properties of this object are non-null.
bool get isConcrete => color != null && opacity != null && size != null;