fromAuthorpermString static method

Authorperm fromAuthorpermString(
  1. dynamic ap
)

Implementation

static Authorperm fromAuthorpermString(dynamic ap) =>
    Authorperm.parse(ap.toString());