AuthTrait.fromJson constructor
      
      AuthTrait.fromJson(
    
    
- Object? json
Implementation
AuthTrait.fromJson(Object? json)
  : this((json as List).cast<String>().map(ShapeId.parse).toList());AuthTrait.fromJson(Object? json)
  : this((json as List).cast<String>().map(ShapeId.parse).toList());