materialIconCodePoint property
The code point for the material icon that will parsed by Flutter's
IconData
class for displaying in DevTools.
This value should be defined by the extension's config.yaml file. If the
provided value cannot be parsed, defaultCodePoint
will be used.
This code point should be part of the 'MaterialIcons' font family. See https://github.com/flutter/flutter/blob/master/packages/flutter/lib/src/material/icons.dart.
Implementation
final int materialIconCodePoint;