UserCustomProperties typedef

UserCustomProperties = Map<String, Object?>

JSON template for a set of custom properties (i.e. all fields in a particular schema)

Implementation

typedef UserCustomProperties = core.Map<core.String, core.Object?>;