getComponentTitle method

String? getComponentTitle(
  1. String attributeKey,
  2. int attriibuteValueIndex
)

Implementation

String? getComponentTitle(String attributeKey, int attriibuteValueIndex) {
  return fluttermojiProperties[attributeKey]!
      .property
      ?.elementAt(attriibuteValueIndex);
}