params property

TfRef<List<Map<String, Object?>>> get params

Reference to params attribute.

Implementation

TfRef<List<Map<String, Object?>>> get params =>
    TfRef.attribute<List<Map<String, Object?>>>(this, 'params');