regMetadata property

RegExp regMetadata
final

As specifications says "meta data is specified using “tags” surrounded by { and } characters"

Implementation

final RegExp regMetadata = RegExp(r'^ *\{.*}');