role property

  1. @JsonKey(name: 'role')
String? role
inherited

Implementation

@JsonKey(name: 'role')
String? get role => throw _privateConstructorUsedError;
  1. @JsonKey(name: 'role')
void role=(String? value)
inherited

Implementation

@JsonKey(name: 'role')
set role(String? value) => throw _privateConstructorUsedError;