AuthRule.fromJson constructor

AuthRule.fromJson(
  1. String source
)

Implementation

factory AuthRule.fromJson(String source) =>
    AuthRule.fromMap(json.decode(source));