get method

dynamic get(
  1. String filed
)

Implementation

dynamic get(String filed) => _user[_userGuard][filed];