meta property

Map<String, dynamic>? meta
final

Additional information about the error - for example, the field that caused the error:

{ target: [ 'email' ] }

Implementation

final Map<String, dynamic>? meta;