createDisplayRuleWithName method

  1. @override
MPDisplayRule createDisplayRuleWithName(
  1. String name
)
override

Implementation

@override
MPDisplayRule createDisplayRuleWithName(String name) {
  return MPDisplayRule._(MPDisplayRuleId(name));
}