fields property

List<FormeFieldState> get fields

get all regsitered fields

Implementation

List<FormeFieldState> get fields => List.of(_states);