delete method

void delete(
  1. String property
)

Implementation

void delete(String property) {
  _stylePropertyMapFor(this).remove(property);
}