fields property

  1. @TagNumber(2)
PbList<FFPostgresField> get fields

@doc All the fields in this table.

Implementation

@$pb.TagNumber(2)
$pb.PbList<FFPostgresField> get fields => $_getList(1);