BehaviorResponse.fromJson constructor

BehaviorResponse.fromJson(
  1. String str
)

Implementation

factory BehaviorResponse.fromJson(String str) =>
    BehaviorResponse.fromMap(json.decode(str));