allAppNames property

  1. @TagNumber(41)
FFAllAppNames get allAppNames

@doc All app names keyed by environment key.

Implementation

@$pb.TagNumber(41)
FFAllAppNames get allAppNames => $_getN(38);
  1. @TagNumber(41)
set allAppNames (FFAllAppNames value)

Implementation

@$pb.TagNumber(41)
set allAppNames(FFAllAppNames value) => $_setField(41, value);