setTextures method

dynamic setTextures(
  1. dynamic value
)

Implementation

setTextures(value) {
  textures = value;
  return this;
}