backgroundImage method
Implementation
DefineMTileModifier backgroundImage(String value) {
return this.copyWith(valueBackgroundImage: value);
}
DefineMTileModifier backgroundImage(String value) {
return this.copyWith(valueBackgroundImage: value);
}