AuthTrait.fromJson constructor

AuthTrait.fromJson(
  1. Object? json
)

Implementation

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