guarded property

List<String> get guarded

The attributes that aren't mass assignable.

Implementation

List<String> get guarded => ['*'];