FirebaseRemoteConfigRemoteConfigRemoteConfigParameterGroup class
One entry in parameter_groups (nesting=set). A group is a named
bucket of parameters -- the Firebase Console renders them grouped
under the parameterGroupName / description heading.
Group names are mutable but must be unique within a template; the wrapper does not de-duplicate them, the Remote Config API does.
- Annotations
-
- @immutable
Constructors
-
FirebaseRemoteConfigRemoteConfigRemoteConfigParameterGroup({required TfArg<
String> parameterGroupName, TfArg<String> ? description, List<FirebaseRemoteConfigRemoteConfigRemoteConfigParameter> ? parameters}) -
const
Properties
-
description
→ TfArg<
String> ? -
Free-form description (<= 256 Unicode chars). Surfaced in the
Firebase Console.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
parameterGroupName
→ TfArg<
String> -
Human-readable group identifier (<= 256 Unicode chars). Unique
within the template.
final
-
parameters
→ List<
FirebaseRemoteConfigRemoteConfigRemoteConfigParameter> ? -
Parameters belonging to this group. Each parameter appears exactly
once in the entire template -- either at the top level OR within
one specific group, never both.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toArgMap(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited