maxUserTags constant - UserTag class - dart:developer library (original) (raw)

description

int const maxUserTags

The maximum number of UserTag instances that can be created by a program.

Implementation

static const maxUserTags = 64;