isImagePreloaded method
Implementation
bool isImagePreloaded(FGeneralTypeInput source) =>
!isInEditor && source is StaticTypeInput<String>;
bool isImagePreloaded(FGeneralTypeInput source) =>
!isInEditor && source is StaticTypeInput<String>;