profiles property
List<DebugProfile>
get
profiles
Read-only list of profiles.
Implementation
List<DebugProfile> get profiles => List.unmodifiable(_profiles);
Read-only list of profiles.
List<DebugProfile> get profiles => List.unmodifiable(_profiles);